home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000032_amos-request@svcs1.digex.net_Fri Apr 7 14:36:56 1995.msg < prev    next >
Internet Message Format  |  1995-05-01  |  2KB

  1. Received: from svcs1.digex.net by nfs2.digex.net with SMTP id AA06425
  2.   (5.67b8/IDA-1.5); Fri, 7 Apr 1995 14:36:52 -0400
  3. Received: by svcs1.digex.net id AA07735
  4.   (5.67b8/IDA-1.5 for amos-out); Fri, 7 Apr 1995 11:38:45 -0400
  5. Received: from nfs1.digex.net by svcs1.digex.net with SMTP id AB07731
  6.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Fri, 7 Apr 1995 11:38:43 -0400
  7. Received: from coyote.rain.org by nfs1.digex.net with SMTP id AA10543
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Fri, 7 Apr 1995 11:38:38 -0400
  9. Received: by coyote.rain.org(8.6.10/RAIN-1.0) with id IAA28422 
  10.       for  on Fri, 7 Apr 1995 08:33:47 -0700
  11. Date: Fri, 7 Apr 1995 08:33:46 -0700 (PDT)
  12. From: Yarg Niquoj <doctorx@rain.org>
  13. To: michalow@freenet.calgary.ab.ca
  14. Cc: amos-list@access.digex.net
  15. Subject: Re: Help me I'm stuck.
  16. In-Reply-To: <9504070638.AA70772@freenet.calgary.ab.ca>
  17. Message-Id: <Pine.SUN.3.91.950407083251.27518E-100000@coyote.rain.org>
  18. Mime-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. Status: O
  21. X-Status: 
  22.  
  23. On Fri, 7 Apr 1995 michalow@freenet.calgary.ab.ca wrote:
  24. > I can't figiure out how to make amos time something.
  25. > For example i will type a sentece and it will tell me how long it took for me
  26. > to type it. I have tried the timer command, but it doesn't seem to be working
  27. > right. I have to put it in loop for it to time anything, but then I can't input
  28. > anything.  I'm using amos 1.36. Can anyone help me please.
  29.  
  30. T=TIMER
  31. INPUT A$
  32. PRINT "You took "+TIMER-T+" ticks to type that."
  33.  
  34. Doc
  35.